home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / scheme / camloo / readme < prev   
Text File  |  1994-06-06  |  4KB  |  69 lines

  1. #*---------------------------------------------------------------------*/
  2. #*    Copyright (c) 1994 by Manuel Serrano and Pierre Weis.            */
  3. #*    All rights reserved.                                             */
  4. #*                                                                     */
  5. #*                                     ,--^,                           */
  6. #*                               _ ___/ /|/                            */
  7. #*                           ,;'( )__, ) '                             */
  8. #*                          ;;  //   L__.                              */
  9. #*                          '   \    /  '                              */
  10. #*                               ^   ^                                 */
  11. #*                                                                     */
  12. #*                                                                     */
  13. #*    This program is distributed in the hope that it will be useful.  */
  14. #*    Use and copying of this software and preparation of derivative   */
  15. #*    works based upon this software are permitted, so long as the     */
  16. #*    following conditions are met:                                    */
  17. #*           o credit to the authors is acknowledged following current */
  18. #*             academic behaviour                                      */
  19. #*           o no fees or compensation are charged for use, copies, or */
  20. #*             access to this software                                 */
  21. #*           o this copyright notice is included intact.               */
  22. #*      This software is made available AS IS, and no warranty is made */
  23. #*      about the software or its performance.                         */
  24. #*                                                                     */
  25. #*      Bug descriptions, use reports, comments or suggestions are     */
  26. #*      welcome Send them to                                           */
  27. #*        {Manuel.Serrano,Pierre.Weis}@inria.fr                        */
  28. #*        Manuel Serrano                                               */
  29. #*        INRIA -- Rocquencourt                                        */
  30. #*        Domaine de Voluceau, BP 105                                  */
  31. #*        78153 Le Chesnay Cedex                                       */
  32. #*        France                                                       */
  33. #*---------------------------------------------------------------------*/
  34.  
  35. This  directory contains the source files of Camloo, an extension
  36. package to compile Caml files using the Bigloo compiler.
  37.  
  38. To  install Camloo, see the INSTALL file. Bigloo at least release
  39. 1.6 is  required. Bigloo can  be  obtain by ftp at the following
  40. address:
  41.  
  42. `ftp.inria.fr:/INRIA/Projects/icsla/Implementations/bigloo1.6.tar.gz'
  43.  
  44.  
  45. The compiler distribution consists of several directories:
  46.  
  47.         documentation   contains the documentation of the camloo system.
  48.  
  49.         examples        contains several Camloo's examples.
  50.  
  51.         bin             will contain the compiler executable.
  52.  
  53.         lib             will contain the Camloo's libraries.
  54.  
  55.         comptime0.2     contains the sources of the compiler.
  56.  
  57.         runtime0.2      contains the sources of the runtime system.
  58.  
  59.         contrib0.2      contains some of the standard Caml Light contribution.
  60.  
  61.         tools           contains severals tools files required for the boot
  62.                         of Camloo.
  63.  
  64. We  thank all the people who helped while writing Camloo, especially
  65. Xavier Leroy and Damien Doligez. Moreover we thank all the Caml Light
  66. team, which let us use and modify the Caml Light compiler source files.
  67.  
  68.  
  69.